Vcenter Namespaces Instances VpcNetworkSetSpec
The Vcenter Namespaces Instances VpcNetworkSetSpec schema contains specifications to set on an existing VPC Namespace Network configuration.
This schema was added in vSphere API 9.0.0.0.
{
"default_subnet_size": 0,
"private_cidrs": [
{
"address": "string",
"prefix": 0
}
]
}
Default size of namespace subnets. Changing the default will only affect new Subnets being created.
This property was added in vSphere API 9.0.0.0.
If missing or null
, a default subnet size of /27 (or 32 addresses) is set.
CIDR blocks from which private subnets are allocated. This range should not overlap with those in Vcenter NamespaceManagement Supervisors Networks Workload VpcNetwork.vpc_connectivity_profile, Vcenter NamespaceManagement Supervisors Networks Workload Network.ip_management, or other services running in the datacenter.
Only appending additional CIDRs is allowed. Modification to existing CIDR ranges will result in the operation failing with a Vapi Std Errors ResourceInUse error. Appending invalid CIDR e.g. overlapping or broadcast or reserved CIDR will result in the operation failing with a Vapi Std Errors InvalidArgument error.
This property was added in vSphere API 9.0.0.0.
If missing or null
, the current value will be retained.